com.supermap.services.iportalservices

Interface DownloadListener



  • public interface DownloadListener
    Downloading callback listener
    • Method Detail

      • getProgress

        void getProgress(int progress,
                         int dataId)
        Returns the downloading progress
        Parameters:
        progress -
        dataId -
      • onFailure

        void onFailure(java.lang.String errorInfo,
                       int dataId)
        Failed to download
        Parameters:
        errorInfo -
        dataId -